List Box nodes

Use the List Box nodes to arrange items in scrollable lists. For example, use List Box nodes to create contact lists, album lists in a media player, or car settings lists. While the layout control nodes arrange their items in a static layout, the List Box nodes arrange their items in a list where the user can see only a set number of items at a time. To access more items, the user scrolls the list box. See Layout control nodes.

Use the Grid List Box nodes to create scrollable lists of items arranged in a grid.

Learn about the Grid List Box nodes >

Use the Trajectory List Box 3D node to create scrollable lists of items arranged along a trajectory.

Learn about the Trajectory List Box 3D nodes >

Use the List Box Item Container prefabs to change the appearance of the currently selected item in a list box.

Learn about the List Box Item Container prefabs >

Universal list box properties

To set the size of the area in which the items in a list box are visible, use these properties:

Selecting an item and defining its selection behavior

You can set which item in a list box is selected and how an item reacts when the user selects it. For example, you can bring the selected item to the center of the list box visible area.

Defining the items for List Box nodes

You can define where the content for list box items comes from and how you want to present that content. For example, you can use an item template which sets the appearance of each item and get the data for the items from a data source. See Using a data source.

See also

Using the Grid List Box nodes

Using the Trajectory List Box 3D node

Using the List Box Item Container prefabs